home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Modules / BackSpaceModules / Source / SpiroFrog / SpiroFrogViewPart.h < prev    next >
Text File  |  1991-10-29  |  508b  |  25 lines

  1. #import <appkit/View.h>
  2. #define NUMLINES 3005
  3. #define PI 3.1415926
  4.  
  5. @interface SpiroFrogView:View
  6. {
  7.   // all sorts of extra bogus variables in here that I have never cleaned up.
  8.   int p,n,erase,erasep, lper, count;
  9.   float x1[NUMLINES],yc1[NUMLINES],t1[NUMLINES],t2[NUMLINES],t3[NUMLINES],
  10.   p1,p2,p3,
  11.   xs,ys, xf,yf,
  12.   x1d,y1d,x2d,y2d,x3d,y3d,x4d,y4d,
  13.   x5d,y5d,x6d,y6d,x7d,y7d,x8d,y8d,
  14.   urx,ury,pmx,pmy, midx, midy, t, oldx, oldy,
  15.   s1,s2,s3,s4;
  16.   int up, i;
  17.  
  18.   int winNum;
  19. }
  20.  
  21. - oneStep;
  22. - newSize;
  23. @end
  24.  
  25.